home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / allmenu.arc / NETWORK.TXT < prev   
Text File  |  1991-02-10  |  57KB  |  1,933 lines

  1. <n_ NETWORKS  Information
  2.  
  3.   GENERAL INFORMATION ON USING HIGH MEMORY FOR NETWORKS
  4.   =====================================================
  5.  
  6.   PREFACE
  7.   -------
  8.    The ALLEMM4 Software includes programs which allow
  9.    you to relocate DOS resources, like Files, Buffers,
  10.    Lastdrive, and Device Drivers, above 640K into high
  11.    memory.  In addition, any TSRs (Terminate-and-Stay-
  12.    Resident or memory resident programs) can also be
  13.    relocated into high memory (with ALLOAD).
  14.  
  15.    Networks are TSR shells which load on top of DOS
  16.    and end up using your conventional memory.  This
  17.    file will help you optimize the use of high memory
  18.    for various networks, providing you with more DOS
  19.    memory for your applications.
  20.  
  21.    Since this is a general outline, specific cases
  22.    will not be discussed.  However, the information
  23.    which follows will apply to any network you run.
  24.  
  25.  
  26.  
  27.   MAXIMIZING HIGH MEMORY
  28.   ----------------------
  29.    To optimize the use of high memory for your network
  30.    you will need to provide as much contiguous space
  31.    between 640K and 1024K as possible.
  32.  
  33.    In the MEMORY/First Meg screen under ALLMENU you
  34.    will get a graphical representation of the physical
  35.    First Megabyte of memory in your computer.  The
  36.    dotted (.) areas indicate free spaces which can be
  37.    used as high memory.  These areas are set as high
  38.    memory when you include the RAM option with the
  39.    ALLEMM4 statement in your CONFIG.SYS file.
  40.  
  41.  
  42.        DEVICE=ALLEMM4.SYS RAM <plus other options>
  43.  
  44.  
  45.    However, every network requires a hardware adapter
  46.    through which you communicate with the server and
  47.    other users. For the purposes of this discussion
  48.    there are two types of network adapters:
  49.  
  50.    1. The hardware adapter is accessed through a
  51.       software controlled I/O port and does not use
  52.       any physical addresses in the system.
  53.  
  54.    2. The hardware adapter is accessed through a RAM
  55.       buffer, or includes some option ROM, or both,
  56.       which occupies some physical addresses between
  57.       640K and 1024K.
  58.  
  59.    In the first case, the ALLEMM4 driver statement in
  60.    your CONFIG.SYS file need only include the RAM
  61.    option as follows:
  62.  
  63.  
  64.        DEVICE=ALLEMM4.SYS RAM
  65.  
  66.  
  67.    If your network adapter is of the second type,
  68.    then you must use the X option (in addition to the
  69.    RAM option) to exclude the range of addresses that
  70.    the adapter occupies.
  71.  
  72.  
  73.        DEVICE=ALLEMM4.SYS RAM X=sp00-spFF
  74.  
  75.      * sp00 and spFF specify the start and end
  76.        addresses of the range(s) to be excluded for
  77.        the network adapter; the "s" represents the
  78.        Segment and "p" is the Page of the address in
  79.        hexadecimal.
  80.  
  81.  
  82.    In some cases, the network adapter RAM and/or
  83.    ROM locations can be relocated to different
  84.    addresses.  The Harware section (in ALLMENU)
  85.    provides somes details on how to relocate various
  86.    network adapters.
  87.  
  88.    Once you have installed the ALLEMM4 driver with
  89.    the RAM option you will be able to see the high
  90.    memory areas in your system.  Run EXAMEM under
  91.    the ALLEMM4 selection in ALLMENU.  The "T"s
  92.    represent the high memory in your system; each
  93.    "T" equals 4K of memory.  The more "T"s there are
  94.    the more high memory you have.  If you have used
  95.    the EXCLUDE option with ALLEMM4, then the excluded
  96.    ranges will be marked "X".  The excluded ranges
  97.    may fragment your high memory.  Your objective is
  98.    to have as many contiguous "T"s as possible, so
  99.    you may need to go back and relocate the RAM/ROM
  100.    addresses of the network adapter.
  101.  
  102.    If the your network adapterd has any ROM, RAM or
  103.    both which occupies addresses in reserved memory
  104.    space (between 640K and 1024K) then:
  105.    If possible try to set your network RAM/ROM at the
  106.    beginning or end of a block of "T"s (minimizing
  107.    the fragmentation) or set the RAM/ROM addresses to
  108.    the smallest block of "T"s (in cases where there
  109.    is more than one high memory block).
  110.  
  111.  
  112.  
  113.   INSTALLING YOUR NETWORK
  114.   -----------------------
  115.    Now that you have found the best possible position
  116.    to place your network adapter RAM/ROM, and enabled
  117.    high memory (RAM with ALLEMM4 in CONFIG.SYS) you
  118.    should rerun EXAMEM to have a look at the free
  119.    memory above 640K.
  120.  
  121.    You can now use the DEVICE and ALLOAD programs
  122.    to load the various network files (plus other
  123.    TSRs) above 640K into the free high memory.
  124.  
  125.  
  126.   ***  Before you install these commands in your
  127.        AUTOEXEC.BAT file, run them from the command
  128.        line, test your network, and view your
  129.        configuration under EXAMEM to make sure every
  130.        is working properly.
  131.  
  132.  
  133.  Note: You can gain an additional 64K of high memory
  134.        by eliminating the EMS Pageframe.  If the
  135.        applications you plan to run do not require
  136.        expanded memory you can add the FRAME=NONE
  137.        option to ALLEMM4.SYS in your CONFIG.SYS
  138.        file.
  139.  
  140.  
  141.        DEVICE=ALLEMM4.SYS RAM FR=NONE <+ X'ed areas)
  142.  
  143.  
  144.    At this point your system should be operational.
  145.  
  146. <n_ Hardware   Arcnet
  147.  
  148.       CONFIGURING ARCNET ADPATERS FOR HIGH MEMORY
  149.       ===========================================
  150.  
  151.    ARCNET adapters have on-board memory which is used
  152.    as a RAM buffer by the network.  All accesses are
  153.    made through this fixed "area" located in reserved
  154.    memory space between 640K and 1024K.  The size of
  155.    this area depends on the ARCNET card model and
  156.    manufacturer.
  157.  
  158.    Most ARCNET cards have a STANDARD operating mode
  159.    for workstations that claims 64K of high memory
  160.    space beginning at D0000h.  This operating mode,
  161.    sometimes referred to as COMPATIBLE mode, is the
  162.    native mode for ARCNET adapters.
  163.  
  164.    If your ARCNET adapter claims 64K at D0000h then
  165.    the ALLEMM4.SYS statment in your CONFIG.SYS file
  166.    should appear be as follows:
  167.  
  168.        DEVICE=ALLEMM4.SYS RAM X=D000-DFFF
  169.  
  170.  
  171.    Some ARCNET manufacturers have produced adapters
  172.    which only require 16K of memory space beginning
  173.    at CC000h or D0000h.  These cards run in what is
  174.    commonly called ENHANCED mode.  If your ARCNET
  175.    adapter requires only 16K then ALLEMM4 should
  176.    read:
  177.  
  178.        DEVICE=ALLEMM4.SYS RAM X=CC00
  179.    or
  180.        DEVICE=ALLEMM4.SYS RAM X=D000
  181.  
  182. <n_ Hardware   Proteon
  183.  
  184.     CONFIGURING PROTEON PRONET-10 FOR HIGH MEMORY
  185.     =============================================
  186.  
  187.    Pronet-10 cards do not claim any memory UNLESS
  188.    there is an automatic Boot PROM on the board.
  189.    If there is a Boot  PROM, then 16K of memory
  190.    will be used at any location ranging from C0000h
  191.    to FC000h in multiples of 16K (i.e. C0000, C4000,
  192.    C8000, etc.).
  193.  
  194.    If your PRONET-10 adapter includes the Boot PROM
  195.    then set ALLEMM4 to exclude the appropriate range.
  196.  
  197.        DEVICE=ALLEMM4.SYS RAM X=sp00
  198.  
  199.      * where "s" represents the Segment and "p" is
  200.        the Page of the address in hexadecimal.
  201.  
  202. <n_ Hardware  IBM Tkn Rng
  203.  
  204.     CONFIGURING TOKEN-RING ADAPTERS FOR HIGH MEMORY
  205.     ===============================================
  206.  
  207.    Token-Ring Adapters include both a RAM buffer and
  208.    an option ROM which use physical addresses in high
  209.    memory.  The size of the RAM and ROM will vary
  210.    depending on whether you have the PRIMARY adapter,
  211.    ADAPTER II or 16Mips card.
  212.  
  213.        a) PRIMARY ADAPTER (4Mips)
  214.        b) ADAPTER II (4Mips)
  215.        c) 16Mips Adapter
  216.  
  217.    The PRIMARY adapter is a 4Mips card that has an 8K
  218.    RAM and 8K ROM. The ADAPTER II (which is also 4Mips)
  219.    has a 16K RAM buffer and 16K of ROM. In the 16Mips
  220.    card the RAM buffer size can be set to 8K, 16K, 32K
  221.    or 64K.  However,  despite the various RAM buffer
  222.    sizes available, the 16K buffer yeilds the best
  223.    performace.  In the 16Mips card the ROM is also 16K
  224.    in length.
  225.  
  226.    To change the ROM and RAM addresses of the Token-
  227.    Ring adapter on IBM PS/2 systems with a Micro
  228.    Channel (MCA) you must make changes to the IBM
  229.    PS/2 Reference Disk text file for your adapter.
  230.  
  231.    If the system is NOT a micro channel (ie. ISA -
  232.    Industry Standard Architecture) the ROM address
  233.    of the Token-Ring adapter has to be changed using
  234.    switches 1 through 6 on the switch block, while the
  235.    RAM address is changed by adding an option to the
  236.    DXMC0MOD.SYS device driver indicating the desired
  237.    RAM address location.
  238.  
  239.   ISA INSTALLATION
  240.   ----------------
  241.    If you have an EGA or VGA color system the best
  242.    address range to select for the RAM and ROM is
  243.    between the Text and Graphics buffers of the video
  244.    adapter --  from B0000h to B7FFFh.  In monochrome
  245.    or CGA systems, use C0000h as the base address for
  246.    the adapter settings.
  247.  
  248.    The tables below indicate the optimal setting for
  249.    each of the three types of Token-Ring Adapters
  250.    available in ISA systems with different video
  251.    cards.
  252.  
  253.  
  254.   PRIMARY ADAPTER     RAM Address      ROM Address
  255.    EGA/VGA color       B4000h            B6000h
  256.    Mono/CGA            C0000h            C2000h
  257.  
  258.   DEVICE=ALLEMM4.SYS RAM X=B400 for EGA/VGA color
  259.  
  260.   DEVICE=ALLEMM4.SYS RAM X=C000 for Mono/CGA
  261.  
  262.  
  263.  
  264.   ADAPTER II          RAM Address      ROM Address
  265.    EGA/VGA color       B0000h            B4000h
  266.    Mono/CGA            C0000h            C4000h
  267.  
  268.   DEVICE=ALLEMM4.SYS RAM X=B000-B7FF for EGA/VGA color
  269.  
  270.   DEVICE=ALLEMM4.SYS RAM X=C000-C7FF for Mono/CGA
  271.  
  272.  
  273.  
  274.   16MIPS ADAPTER      RAM Address      ROM Address
  275.    EGA/VGA color       B0000h (16K)      B4000h
  276.    Mono/CGA            C0000h (16K)      C4000h
  277.  
  278.   DEVICE=ALLEMM4.SYS RAM X=B000-B7FF for EGA/VGA color
  279.  
  280.   DEVICE=ALLEMM4.SYS RAM X=C000-C7FF for Mono/CGA
  281.  
  282.  
  283.  
  284.    To set the base ROM address on Switch Block 1
  285.    follow the table below:
  286.  
  287.     Base Address   Bits 19 - 14  Switches 1 - 6
  288.        A8000h         101011       N F N F N N
  289.        AA000h         101010       N F N F N F
  290.        AC000h         101001       N F N F F N
  291.        B0000h         100111       N F F N N N
  292.        B2000h         100110       N F F N N F
  293.        B4000h         100101       N F F N F N
  294.        B8000h         100011       N F F F N N
  295.        BC000h         100001       N F F F F N
  296.        C0000h         011111       F N N N N N
  297.        C2000h         011110       F N N N N F
  298.        C4000h         011101       F N N N F N
  299.        C8000h         011011       F N N F N N
  300.        CC000h         011001       F N N F F N
  301.        D0000h         010111       F N F N N N
  302.        D4000h         010101       F N F N F N
  303.        DC000h         010001       F N F F F N
  304.  
  305.        Note: F=OFF and N=ON
  306.  
  307.    Set the RAM starting address with DXMC0MOD.SYS as
  308.    follows:
  309.  
  310.        DEVICE=DXMC0MOD.SYS ,sp00
  311.  
  312.      * where "s" represents the Segment and "p" is
  313.        the Page of the address in hexadecimal.
  314.  
  315.    For the examples given above in EGA/VGA color
  316.    systems:
  317.  
  318.    PRIMARY ADAPTER:      DXMC0MOD.SYS ,B400
  319.    ADAPTER II:           DXMC0MOD.SYS ,B000
  320.    16MIPS ADAPTER:       DXMC0MOD.SYS ,B000
  321.  
  322.  
  323.   MCA INSTALLATION
  324.   ----------------
  325.    In a Micro Channel there is only a 4Mips Adapter
  326.    and 16Mips Adpater available.  If you have the
  327.    16Mips Adpater, then the 16K RAM buffer size should
  328.    be selected as it is the most optimal setting.
  329.  
  330.    If you have an EGA or VGA color system the best
  331.    address range to select for the RAM and ROM is
  332.    between the Text and Graphics buffers of the video
  333.    adapter --  from B0000h to B7FFFh.  In monochrome
  334.    or CGA systems, use C0000h as the base address for
  335.    the adapter settings.
  336.  
  337.    Unlike ISA systems, adapters in a MCA system are
  338.    set through software via the Reference Disk. The
  339.    available settings can be changed by modifying the
  340.    appropriate reference file with a text or ASCII
  341.    editor.
  342.  
  343.    If you have the 4Mips Token-Ring Adapter then you
  344.    should edit the file:
  345.  
  346.        @E000.ADF
  347.  
  348.    If you have the 16Mips Token-Ring Adapter then you
  349.    should edit the file:
  350.  
  351.        @E001.ADF
  352.  
  353.  
  354.    Below is an example of what you will see in both
  355.    the @E000.ADF and @E001.ADF file for ROM settings:
  356.  
  357.        CHOICE " "CC000-CDFFF" "
  358.        POS[2] = 1100110Xb
  359.        MEM 0CC000h-0CDFFFh
  360.  
  361.    If you have VGA color change the above setting to
  362.    read:
  363.  
  364.        CHOICE " "B0000-B3FFF" "
  365.        POS[2] = 1011000Xb
  366.        MEM 0B0000h-0B3FFFh  <OMIT THIS LINE ON 386s>
  367.  
  368.    If you have VGA Mono change the above setting to
  369.    read:
  370.  
  371.        CHOICE " "C0000-C3FFF" "
  372.        POS[2] = 1100000Xb
  373.        MEM 0B0000h-0B3FFFh  <OMIT THIS LINE ON 386s>
  374.  
  375.  
  376.  
  377.    Below is an example of what you will see in the
  378.    .ADF file for RAM settings:
  379.  
  380.    @E000.ADF:
  381.  
  382.        CHOICE " "DC000-DFFFF" "
  383.        POS[0] = 1101110Xb
  384.        MEM 0DC000h-0DFFFFh
  385.  
  386.    If you have VGA color change the above setting to
  387.    read:
  388.  
  389.        CHOICE " "B4000-B7FFF" "
  390.        POS[0] = 1011010Xb
  391.        MEM 0B4000h-0B7FFFh  <OMIT THIS LINE ON 386s>
  392.  
  393.    If you have VGA Mono change the above setting to
  394.    read:
  395.  
  396.        CHOICE " "C4000-C7FFF" "
  397.        POS[2] = 1100010Xb
  398.        MEM 0C4000h-0C7FFFh  <OMIT THIS LINE ON 386s>
  399.  
  400.  
  401.    @E001.ADF:
  402.  
  403.        CHOICE " "16KB/DC000-DFFFF" "
  404.        POS[0] = 1101110Xb
  405.        POS[1] = XXXX01XXb
  406.        MEM 0DC000h-0DFFFFh
  407.  
  408.    In a system with VGA color change the above setting
  409.    to read:
  410.  
  411.        CHOICE " "16KB/B4000-B7FFF" "
  412.        POS[0] = 1011010Xb
  413.        POS[1] = XXXX01XXb
  414.        MEM 0B4000h-0B7FFFh  <OMIT THIS LINE ON 386s>
  415.  
  416.    If the system has VGA Mono then the lines should
  417.    read:
  418.  
  419.        CHOICE " "16KB/C4000-C7FFF" "
  420.        POS[0] = 1100010Xb
  421.        POS[1] = XXXX01XXb
  422.        MEM 0C4000h-0C7FFFh  <OMIT THIS LINE ON 386s>
  423.  
  424.  
  425.    Once you have saved the appropriate changes to the
  426.    .ADF file which applies to your Token-Ring adapter,
  427.    you must reboot your computer and rerun the SETUP
  428.    with the Reference Disk.  Run "Set Configuration"
  429.    and select the new addresses for the Token-Ring
  430.    adapter.
  431.  
  432.  
  433.    The ALLEMM4 statement line in your CONFIG.SYS file
  434.    should reflect the new addresses:
  435.  
  436.        DEVICE=ALLEMM4.SYS RAM X=B000-B7FF <for color>
  437.        DEVICE=ALLEMM4.SYS RAM X=C000-C7FF <for mono>
  438.  
  439.  
  440.    Now that you have set your Token-Ring Adapter you can
  441.    proceed with loading the device driver into high
  442.    memory.
  443.  
  444.  
  445.   LOADING THE TOKEN-RING DRIVERS
  446.   ------------------------------
  447.    If you are using Token-Ring device drivers then
  448.    all of them can be loaded into high memory if the
  449.    PAL on your Token-Ring has had its serial number
  450.    burnt in to it.
  451.  
  452.    If you have to supply the serial number, then only the
  453.    DXMT0MOD.SYS driver can be loaded into high memory.
  454.  
  455.    Your Token-Ring drivers should always be loaded in
  456.    the following order:
  457.  
  458.        DXMA0MOD.SYS should be loaded first
  459.        DXMC0MOD.SYS should be loaded second, and
  460.        DXMT0MOD.SYS (optional) should be loaded third.
  461.  
  462.  
  463.    IMPORTANT:
  464.    If you are using the IBM 3270 Connection Adapter
  465.    for 3270 emulation, then it is critical where it
  466.    and the IBM Token-Ring Adapter sit in the BUS.
  467.    The 3270 Connection Adapter should be in Slot 1
  468.    (nearest the outside casing) and the IBM Token-
  469.    Ring Adapter should be in Slot 2 next to it.
  470.  
  471.  
  472. <n_ Hardware   Other
  473.  
  474.    COMMON ADAPTER CARDS WITH THEIR ROM OR RAM SETTINGS
  475.    ===================================================
  476.  
  477.    The following is a list of some common network and
  478.    emulation cards with the ROM and RAM addresses they
  479.    can be set for.  Please refer to the documentation
  480.    for each if you need more information on how to
  481.    change the addresses for your operating environment.
  482.  
  483.  
  484.   3270 CONNECTION A:
  485.        CE00-CFFF FIXED ADDRESS CANNOT BE MOVED
  486.  
  487.  
  488.   3270 CONNECTION B:
  489.        C000-C1FF, C200-C3FF, C400-C5FF, C600-C7FF
  490.        C800-C9FF, CA00-CBFF, CC00-CDFF, CE00-CFFF
  491.        D000-D1FF, D200-D3FF, D400-D5FF, D600-D7FF
  492.        D800-D9FF, DA00-DBFF, DC00-DDFF, DE00-DFFF
  493.  
  494.  
  495.   8514/A ADAPTER:
  496.        C680-C7FF, CA00-CA80
  497.  
  498.  
  499.   ESDI:
  500.        C000-C3FF, C400-C7FF, C800-CBFF, CC00-CFFF
  501.        D000-D3FF, D400-D7FF, D800-DBFF, DC00-DFFF
  502.  
  503.  
  504.   PC NETWORK ADAPTER II/A
  505.        PRIMARY:    C800-CFFF, D000-D7FF, D800-DFFF
  506.        ALTERNATE:  CE00-CFFF, D600-D7FF, DE00-DFFF
  507.  
  508.  
  509.   TOKEN-RING ADAPTER: refer to Token Ring Section.
  510.  
  511.  
  512.   UNGERMAN BASS PLC:
  513.    Can be set using Jumpers A15, A16, A17, A18 on a
  514.    32KB boundary starting at 8000 to FFFF.
  515.  
  516.    *** The best possible setting for the PLC when
  517.        using high memory is as follows:
  518.  
  519.      MEMORY                         JUMPER SETTINGS
  520.      ADDRESSES                  A15    A16    A17    A18
  521.      -------------------------  ---    ---    ---    ---
  522.      B000-B7FF (VGA/EGA color)  OFF    ON     ON     OFF
  523.      C000-C7FF (Mono/CGA)       OFF    OFF    OFF    ON
  524.  
  525.  
  526.    After the JUMPER setting is completed you may have
  527.    to run "PC GEN" and change the "TRANSMIT BUFFERS"
  528.    parameter to inform the network software of the
  529.    new hardware memory addresses.
  530.  
  531.   WESTERN DIGITAL
  532.   VIANET, ETHERCARD PLUS and STARCARD PLUS:
  533.    These cards have 8K of RAM in the reserved area.
  534.    To change this address in the VIANET.BAT or ON.BAT
  535.    file, add the new address location by using the
  536.    "/M:sp000" on the 8003DRVR command, where "s" is
  537.    Segment and "p" the Page of the new RAM location
  538.    in hexadecimal.  For example, for address "B000-
  539.    B1FF", use  8003DRVR /M:B0000.
  540.  
  541.    Remember to EXCLUDE this address from ALLEMM4.SYS
  542.    in your CONFIG.SYS file:
  543.  
  544.        DEVICE=ALLEMM4.SYS X=B000-B1FF.
  545.  
  546.   ETHERCARD PLUS ADVANCED (16BIT CARD)
  547.    Uses ROM and RAM addresses on a 16K boundary.
  548.    It can be set for:
  549.  
  550.        C000-C3FF, C400-C7FF, C800-CBFF, CC00-CFFF
  551.        D000-D3FF, D400-D7FF, D800-DBFF, DC00-DFFF
  552.  
  553.    Try to set the address for the lowest possible
  554.    location.
  555.  
  556. <n_ Software   Banyan
  557.  
  558.        LOADING BANYAN VINES INTO HIGH MEMORY
  559.        =====================================
  560.  
  561.    If your network adapter has any ROM, RAM or both
  562.    which occupies addresses in reserved memory space
  563.    (between 640K and 1024K) then:
  564.  
  565.    a) Set the network ROM/RAM to the beginning or end
  566.       of a high memory block to minimize possible
  567.       fragmentation or set the ROM/RAM addresses to
  568.       the smallest high memory block (in cases where
  569.       there is more than one high memory block).
  570.  
  571.    b) Exclude the ROM/RAM address range(s) you have
  572.       selected for the network adapter with
  573.       ALLEMM4.SYS and include the RAM option.
  574.  
  575.       DEVICE=ALLEMM4.SYS RAM X=<network adapter addr.>
  576.  
  577.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  578.    Buffers, Lastdrive and Device programs supplied to
  579.    load these DOS resources into high memory.
  580.    If your network adapter has any ROM, RAM or both
  581.    which occupies addresses in reserved memory space
  582.    (between 640K and 1024K) then:
  583.  
  584.   VINES 3.X
  585.   ---------
  586.    The BAN.COM program normally loads the entire
  587.    network at once, it consists of three (3) parts:
  588.  
  589.    a) BAN.COM                    (Interrrupt Dispatcher)
  590.    b) The network board driver   (listed below)
  591.    c) EPCBFS.COM                 (DOS Redirector)
  592.  
  593.    Each of the various network parts listed above may
  594.    be loaded individually by running the BAN.COM
  595.    program with the /NC (ie. No Controller) option.
  596.  
  597.        BAN /NC
  598.  
  599.    The /NC option will load only BAN.COM (approx.1K).
  600.    You can then proceed to use the ALLOAD program to
  601.    load the other parts of VINES above 640K.
  602.  
  603.        ALLOAD <filename of controller>
  604.  
  605.    ie. for Etherlink:
  606.  
  607.        ALLOAD ETHERBAN and finally
  608.        ALLOAD EPCBFS
  609.  
  610.  
  611.   MEMORY REQUIREMENTS FOR VINES 3.01
  612.   ----------------------------------
  613.    Description            File Name      Size    Addr.
  614.    ---------------------------------------------------
  615.    *****Base Software*****
  616.    Interrupt Dispatcher   BAN       COM  1600
  617.    DOS Redirector         EPCBFS    COM  57744
  618.  
  619.    *****Options*****
  620.    NetBIOS emulator       PCNETB    COM  38682
  621.    Asynch Term. Emulation RASYNCH   COM  46128
  622.    3270/SNA               R3270     COM  66800
  623.       or                  T3270     COM  42448
  624.    Semaphore Emulation    PCSEM     COM  19584
  625.    Remote Print           PCPRINT   COM  7424
  626.  
  627.  
  628.    Description            File Name      Size    Addr.
  629.    ---------------------------------------------------
  630.    *****LAN DRIVERS*****
  631.    Asynch Dial-in         ASYNCBAN  COM  56889
  632.    3COM Etherlink         ETHERBAN  COM  50581
  633.    3COM Etherlink II      3C503BAN  COM  51691   C800
  634.    3COM Etherlink/MC      3C523BAN  COM  52835   C000
  635.    ProNET-10 Token Ring   PROBAN    COM  48891
  636.    ProNET-4/PC(P1340)
  637.       TokenRing           PRO4BAN   COM  52511   E000
  638.    ProNET-4/AT(P1344)
  639.       TokenRing           PRO4BAN   COM  52511
  640.    Micom NI5010 Ethernet  INTERBAN  COM  50617
  641.    Micom NI5210 Ethernet  INTR2BAN  COM  51748   C000
  642.    Micom NI5210S Starlan  INTR2BAN  COM  51748   C000
  643.    Omninet                OMNIBAN   COM  53443
  644.    ARCNET                 ARCBAN    COM  50043   E000
  645.    PC Network             PCNETBAN  COM  52293
  646.    Ungerman-Bass NIC
  647.       Ethernet            UNGERBAN  COM  50409   8000
  648.    Ungerman-Bass NIU
  649.       Ethernet            UBNIUBAN  COM  50247
  650.    Ungerman-Bass NIU
  651.       TokenRing           UBTKBAN   COM          D000
  652.    VistaLAN/PC            VLANBAN   COM  51591   D000
  653.    IBM Token Ring         TOKNBAN   COM  51819   D800
  654.    IBM Token Ring         TOKUIBAN  COM  51754   D800
  655.       + IBM LAN Sup.Prog. DXMA0MOD  SYS   8208
  656.       +                   DXMC0MOD  SYS
  657.    David Systems IPA      IPABAN    COM  55467
  658.    NT LanStar             LSTARBAN  COM  50419
  659.    AT&T Starlan           ATTSTBAN  COM  51811   C000
  660.    WD 8003S Starlan       WDBAN     COM  52253   C400
  661.    WD 8003E Ethernet      WDBAN     COM  52253   C400
  662.  
  663.    The RAM requirements for the LAN Drivers are based
  664.    upon:
  665.  
  666.    a) Default of 6 Open Files Volumes
  667.    b) Default of 18 Communication Buffers
  668.  
  669.    The size of the LAN driver will vary depending
  670.    upon the Files and Communication Buffers specified
  671.    in PCCONFIG.DB:
  672.  
  673.    For each additional File Volume  - add 220 Bytes
  674.    For each additional Comm. Buffer - add 1024 Bytes
  675.  
  676.  
  677.   VINES 4.0
  678.   ---------
  679.    With VINES 4.0, the DOS redirector "EPCBFS", is
  680.    replaced by "REDIR3" or "REDIR4" depending on the
  681.    DOS version used.   If there is enough contiguous
  682.    high memory (between 55K and 63K) use:
  683.  
  684.        ALLOAD REDIRn
  685.  
  686.    If not, REDIRn contains 37K of CODE and 18K - 26K
  687.    of DATA, and has the capability of loading itself
  688.    in two different addresses in the high memory area;
  689.    the code segment will load into a 37K block and
  690.    the data segment will require between 18K and 26K.
  691.  
  692.    The syntax is as follows:
  693.  
  694.      REDIRn /C:yyyy /D:zzzz, loads both segments high
  695.  
  696.      REDIRn /C:yyyy, loads high code segment only or
  697.  
  698.      REDIRn /D:zzzz, loads high data segment only
  699.  
  700.    where:
  701.      n        specifies the DOS version.
  702.  
  703.      /C:yyyy  specifies load address for code segment
  704.  
  705.      /D:zzzz  specifies load address for data segment
  706.  
  707.    NOTE:
  708.    Before using these switches, the actual size of
  709.    REDIRn has to be determined.  This can be done by
  710.    loading it into conventional memory.  Since the
  711.    CODE segment takes 37K, the size of the DATA
  712.    segment can be determined by substracting 37K
  713.    (37888 bytes) from the total size of REDIRn.
  714.  
  715.    Once the sizes are determined and you know how
  716.    much high memory is available (use DOS MEMORY
  717.    BLOCKs under ALLMENU) you will know if you can
  718.    load the complete REDIRn, the CODE segment only,
  719.    the DATA segment only or both CODE and DATA, in
  720.    separate high memory locations.
  721.  
  722.    Since REDIRn itself takes charge of loading its
  723.    CODE and DATA segments, and does not inform
  724.    ALLEMM4 which addresses it uses in high memory,
  725.    it is necessary to create and load "dummy" programs
  726.    to protect the memory areas.
  727.  
  728.    IMPORTANT:
  729.    If there is enough contiguous high memory available
  730.    for REDIRn to load,  then you do not need to create
  731.    the DUMMY files for the CODE and DATA segments.
  732.    You can simply ALLOAD REDIRn.
  733.  
  734.    In such a case your AUTOEXEC.BAT file will appear
  735.    as follows:
  736.  
  737.        BAN /NC /NL
  738.        ALLOAD TOKUIBAN (or other adapter)
  739.        ALLOAD REDIRn
  740.  
  741.  
  742.   CREATING DUMMY PROGRAMS FOR REDIRn
  743.   ----------------------------------
  744.    Let's suppose that there is no space to load REDIRn
  745.    in one high memory block, but the CODE and DATA
  746.    segments can be loaded separatly to two different
  747.    locations in high memory.  The following will show
  748.    you how to create and load two DUMMY files that will
  749.    allocate the memory areas that REDIRn uses to load
  750.    its segments into high memory:
  751.  
  752.    Using a text editor, create a file named
  753.    CODE_SEG.SCR that will reserve a space of 37888
  754.    bytes (9400h) in high memory:
  755.  
  756.        N CODE_SEG.COM
  757.        A
  758.        MOV DX,9400
  759.        INT 27
  760.        <blank line>
  761.        RCX
  762.        5
  763.        W
  764.        Q
  765.        <blank line>
  766.  
  767.    NOTE:
  768.        Make sure that you have left an extra blank
  769.        line after the "INT 27" and "Q" lines.
  770.  
  771.    Save the file as "CODE_SEG.SCR".  Use the DOS
  772.    DEBUG program to process the file:
  773.  
  774.        DEBUG < CODE_SEG.SCR
  775.  
  776.    This will create an executable file called
  777.    CODE_SEG.COM that can be loaded into high memory
  778.    using ALLOAD.  It will allocate the memory required
  779.    by the CODE segment of REDIRn.
  780.  
  781.    Create DATA_SEG.SCR in a similar way. In line three
  782.    the ???? must be changed to a hexadecimal value
  783.    which denotes the size of the DATA segment.  For
  784.    example, if the DATA segment requires 20512 bytes
  785.    (21K) then the hexadecimal value used to replace
  786.    ???? would be 5020.
  787.  
  788.        N DATA_SEG.COM
  789.        A
  790.        MOV DX,????
  791.        INT 27
  792.        <blank line>
  793.        RCX
  794.        5
  795.        W
  796.        Q
  797.        <blank line>
  798.  
  799.    NOTE:
  800.        Make sure that you have left an extra blank
  801.        line after the "INT 27" and "Q" lines.
  802.  
  803.    Save the file as "DATA_SEG.SCR".  Use the DOS
  804.    DEBUG program to process the file:
  805.  
  806.        DEBUG < DATA_SEG.SCR
  807.  
  808.    This will create an executable file called
  809.    DATA_SEG.COM that can be loaded into high memory
  810.    using ALLOAD.  It will allocate the memory required
  811.    by the DATA segment of REDIRn.
  812.  
  813.    Once you have created the CODE and DATA DUMMY files
  814.    for REDIRn you should re-boot your computer with the
  815.    following changes in your AUTOEXEC.BAT file:
  816.  
  817.        BAN /NC /NL
  818.        ALLOAD TOKUIBAN (or other adapter)
  819.        ALLOAD CODE_SEG.COM
  820.        ALLOAD DATA_SEG.COM
  821.  
  822.    Once completed, run ALLOAD (with no options) and
  823.    note the addresses where CODE_SEG.COM and
  824.    DATA_SEG.COM have loaded in high memory.
  825.  
  826.    The addresses for the CODE and DATA segments can
  827.    then be included with the REDIRn command.
  828.  
  829.    AUTOEXEC.BAT:
  830.        BAN /NC /NL
  831.        ALLOAD TOKUIBAN
  832.        ALLOAD CODE_SEG.COM
  833.        ALLOAD DATA.SEG.COM
  834.        REDIR3 /C:yyyy /D:zzzz
  835.  
  836. <n_ Software   Cbis Os
  837.  
  838.        LOADING CBIS NETWORK /OS INTO HIGH MEMORY
  839.        ==========================================
  840.  
  841.    If your network adapter has any ROM, RAM or both
  842.    which occupies addresses in reserved memory space
  843.    (between 640K and 1024K) then:
  844.  
  845.    a) Set the network ROM/RAM to the beginning or end
  846.       of a high memory block to minimize possible
  847.       fragmentation or set the ROM/RAM addresses to
  848.       the smallest high memory block (in cases where
  849.       there is more than one high memory block).
  850.  
  851.    b) Exclude the ROM/RAM address range(s) you have
  852.       selected for the network adapter with
  853.       ALLEMM4.SYS and include the RAM option.
  854.  
  855.       DEVICE=ALLEMM4.SYS RAM X=<network adapter addr.>
  856.  
  857.  
  858.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  859.    Buffers, Lastdrive and Device programs supplied to
  860.    load these DOS resources into high memory.
  861.  
  862.    CBIS recommends that you run NWSTART /ARGS first as
  863.    this should provide you with the information and
  864.    parameters for the network.
  865.  
  866.    The following network files can be loaded high:
  867.  
  868.        NC        .EXE        8K
  869.        NX        .EXE        19K to 28K
  870.        SHARE     .EXE        8K
  871.        NR        .EXE        42K
  872.        NS        .EXE        66K
  873.        UBRIDGE   .EXE        9K
  874.        BRIDGE    .EXE        19K to 32K
  875.  
  876.  
  877.    Note that every configuration is different and
  878.    that the examples given are intended only as a
  879.    guide.  Your configuration may be different from
  880.    the examples shown.
  881.  
  882.    EXAMPLE
  883.    -------
  884.    CONFIG.SYS:
  885.     DEVICE=ALLEMM4.SYS RAM X=sp00-spFF
  886.  
  887.      * sp00 and spFF specify the start and end
  888.        addresses of the range(s) to be excluded for
  889.        the network adapter; the "s" represents the
  890.        Segment and "p" is the Page of the address in
  891.        hexadecimal.
  892.  
  893.    AUTOEXEC.BAT:
  894.     FILES=20
  895.     BUFFERS=30
  896.     DEVICE=<network_card_driver_filename.SYS>
  897.     REM  If there is a Network Card driver
  898.     REM  it should go here.
  899.     ALLOAD NC
  900.     ALLOAD NX
  901.     ALLOAD SHARE
  902.     ALLOAD NR
  903.     ALLOAD NS
  904.     ALLOAD UBRIDGE
  905.     ALLOAD BRIDGE
  906.  
  907. <n_ Software   3Com     =
  908.  
  909.        LOADING 3COM 3+ OPEN INTO HIGH MEMORY
  910.        =====================================
  911.  
  912.    If your network adapter has any ROM, RAM or both
  913.    which occupies addresses in reserved memory space
  914.    (between 640K and 1024K) then:
  915.  
  916.    a) Set the network ROM/RAM to the beginning or end
  917.       of a high memory block to minimize possible
  918.       fragmentation or set the ROM/RAM addresses to
  919.       the smallest high memory block (in cases where
  920.       there is more than one high memory block).
  921.  
  922.    b) Exclude the ROM/RAM address range(s) you have
  923.       selected for the network adapter with
  924.       ALLEMM4.SYS and include the RAM option.
  925.  
  926.       DEVICE=ALLEMM4.SYS RAM X=<network adapter addr.>
  927.  
  928.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  929.    Buffers, Lastdrive and Device programs supplied to
  930.    load these DOS resources into high memory.
  931.  
  932.    Please remember that every system configuration is
  933.    different and the examples given are intended as a
  934.    guide. Your configuration may differ.
  935.  
  936.  
  937.   EXAMPLE 1: 3+ Open Workstation with LAN Manager 1.0
  938.   ---------------------------------------------------
  939.    Experience has shown that SPP.SYS needs to be loaded
  940.    first in the first available block of memory above
  941.    640K.  The order of the other device drivers does
  942.    not matter, but the examples below were designed
  943.    to obtain the best fit.
  944.  
  945.    CONFIG.SYS:
  946.     DEVICE=ALLEMM4.SYS RAM X=C000-C3FF
  947.  
  948.    AUTOEXEC.BAT:
  949.     rem 3+Open DOS LAN Manager 1.0
  950.     rem PS/2 Model 30-286, 50, 50Z, or 60 w/ 1MB
  951.     rem & DOS 3.3
  952.  
  953.     cd \all\util
  954.     FILES=20
  955.     BUFFERS=20
  956.     LASTDRIV=Z
  957.  
  958.     rem SPP.SYS must be loaded  first into the first
  959.     rem segment
  960.  
  961.     DEVICE /AF =\3open\doswksta\lanman\drivers\SPP.SYS
  962.     DEVICE /LM =\3open\doswksta\lanman\drivers\PRO.SYS
  963.      ...12 20 2
  964.     DEVICE=\3open\doswksta\lanman\drivers\BUF.SYS
  965.     DEVICE /LM =\3open\doswksta\lanman\drivers
  966.      ...\ETH523.SYS
  967.     DEVICE=\3open\doswksta\lanman\drivers\IDP.SYS
  968.     DEVICE /LM =\3open\doswksta\lanman\drivers\LGL.SYS
  969.     cd \
  970.  
  971.     rem 3+Open DOS LAN Manager 1.0
  972.     break on
  973.     prompt = $p$g
  974.     set home_server=dark_overlord
  975.     set home_server_security=user
  976.     set screen=color.ini
  977.  
  978.     rem initialize network
  979.     path=\3open\doswksta\lanman\drivers
  980.     runminds mindspro mindsbuf mindseth mindsidp
  981.     mindsspp mindslgl
  982.  
  983.     rem load NETBIOS and MINSES into high memory
  984.     rem with ALLOAD
  985.  
  986.     cd \3open\doswksta\lanman\drivers
  987.     if errorlevel 1 goto Error_Netbios
  988.     \all\util\alload netbios
  989.     if errorlevel 1 goto Error_Netbios
  990.     \all\util\alload /LM minses12
  991.     if errorlevel 1 goto Error_Netbios
  992.     cd \
  993.  
  994.     path=\3open\doswksta\lanman
  995.  
  996.     net start workstation
  997.  
  998.    ...etc.
  999.  
  1000.  
  1001.   EXAMPLE 2: 3+ Open Workstation with LAN Manager 1.1
  1002.   ---------------------------------------------------
  1003.  
  1004.    CONFIG.SYS:
  1005.     device=c:\all\ALLEMM4.SYS RAM
  1006.     shell=c:\command.com /e:256 /p
  1007.     device=c:\3open\doswksta\lanman\drivers\PROTMAN.DOS
  1008.      .../I:c:\3open\doswksta\lanman\drivers
  1009.     device=c:\3open\doswksta\lanman\drivers\XNSTP.DOS
  1010.  
  1011.    NOTE: PROTMAN.DOS and XNSTP.DOS can not be loaded
  1012.    into high memory and must remain in your CONFIG.SYS
  1013.    file.
  1014.  
  1015.   AUTOEXEC.BAT:
  1016.     echo off
  1017.     rem **********************************************
  1018.     rem **                                          **
  1019.     rem ** 3+Open DOS LAN Manager 1.1 AUTOEXEC.BAT  **
  1020.     rem ** Enhanced Netstation                      **
  1021.     rem **                                          **
  1022.     rem **********************************************
  1023.  
  1024.     path=c:\;c:\dos;c:\ALL;c:\3open
  1025.  
  1026.     DEVICE=c:\3open\doswksta\lanman\drivers\ELNKII.DOS
  1027.     FILES=20
  1028.     BUFFERS=30
  1029.     LASTDRIVE=Z
  1030.  
  1031.     break on
  1032.     prompt=$p$g
  1033.     set home_server=server
  1034.     set home_server_security=user
  1035.     set screen=mono.ini
  1036.  
  1037.     rem Initialize Network
  1038.     path=c:\3open\doswksta\lanman\drivers;c:\all
  1039.  
  1040.     ALLOAD /TF NBP
  1041.     ALLOAD /TF NETBIND
  1042.     ALLOAD MINSES
  1043.  
  1044.     if errorlevel 1 goto Error_NetBIOS
  1045.  
  1046.     path=c:\3open\doswksta\lanman\netprog
  1047.  
  1048.     ALLOAD /TF NETWKSTA /COMPUTERNAME:xx
  1049.      .../LOGONSERVER: /LANROOT:C:\3OPEN \DOSWKSTA\LANMAN
  1050.  
  1051.     if errorlevel 1 goto Error_Workstation
  1052.  
  1053.     rem loading the re-director  high may involve trying
  1054.     rem changing the parameters.
  1055.  
  1056.     :Do_Logon
  1057.     LOGON
  1058.  
  1059.    ... etc.
  1060.  
  1061.    The above configuration will result in 660K of
  1062.    conventional (DOS) memory available for your
  1063.    applications while on the network if using Hercules
  1064.    or compatible video.  If using VGA video, the free
  1065.    available DOS memory is about 587K.
  1066.  
  1067.  
  1068.   APPLICATION NOTES
  1069.   -----------------
  1070.    MINSES pre 1/27/86 and NB (NetBios) pre 8/12/87 will
  1071.    not work.  If you have these you must update them.
  1072.  
  1073.    On 3Com's 3+ network operating system, if the full
  1074.    NetBIOS must be loaded into high memory, you must
  1075.    use NetBIOS 1.2.1H (available to 3+ customers from
  1076.    3Com and is included with 3Com 3+Open systems).
  1077.  
  1078.    Use the IBM PS/2 Reference Diskette to relocate
  1079.    the RAM Packet Buffer of the EtherLink /MC card to
  1080.    address C000-C5FF.  Although the documentation
  1081.    specifies that the ETH523 card RAM Packet Buffer
  1082.    is 24K, it really only uses 16K.  Thus, you need
  1083.    only exclude 16K rather than 24K with ALLEMM4.
  1084.  
  1085.   FOR 3+OPEN only:
  1086.    In the LANMAN.INI file, you will find the line
  1087.    containing the "redir" command.  Append the
  1088.    beginning of the line to include the full path of
  1089.    ALLOAD.
  1090.  
  1091.        \<path>\ALLOAD REDIR
  1092.  
  1093. <n_ Software  PCSA Decnet      =
  1094.  
  1095.        LOADING PCSA DECNET INTO HIGH MEMORY
  1096.        ====================================
  1097.  
  1098.    If your network adapter has any ROM, RAM or both
  1099.    which occupies addresses in reserved memory space
  1100.    (between 640K and 1024K) then:
  1101.  
  1102.    a) Set the network ROM/RAM to the beginning or end
  1103.       of a high memory block to minimize possible
  1104.       fragmentation or set the ROM/RAM addresses to
  1105.       the smallest high memory block (in cases where
  1106.       there is more than one high memory block).
  1107.  
  1108.    b) Exclude the ROM/RAM address range(s) you have
  1109.       selected for the network adapter with
  1110.       ALLEMM4.SYS and include the RAM option.
  1111.  
  1112.       DEVICE=ALLEMM4.SYS RAM X=<network adapter addr.>
  1113.  
  1114.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  1115.    Buffers, Lastdrive and Device programs supplied to
  1116.    load these DOS resources into high memory.
  1117.  
  1118.   CONFIGURING DEPCA BOARD MEMORY MODES (W7 & W8)
  1119.   ----------------------------------------------
  1120.    The function of JUMPERs W7 and W8 is dependant on
  1121.    the revision level of the DEPCA board and the
  1122.    version of DECnet PC software that you are using.
  1123.    DEPCA revision E (or later) is compatible with all
  1124.    versions of DECnet PC software.  However, in order
  1125.    to use the 32K memory mode on revision E (or later)
  1126.    DEPCA, you must be running DECnet PC software that
  1127.    supports this feature.  See your DECnet PC Software
  1128.    Product Description to verify 32K mode.
  1129.  
  1130.    If you have a DEPCA board with revision letter D,
  1131.    call your local DEC supplier for the W7 and W8
  1132.    settings.
  1133.  
  1134.    For Revision E cards, follow the settings below:
  1135.  
  1136.        W7     W8      MODE   START ADDRESS
  1137.        --     --      ----   -------------
  1138.        IN     IN      64K        D000
  1139.        OUT    IN      64K        E000
  1140.        IN     OUT     32K        D800
  1141.        OUT    OUT     32K        C800
  1142.  
  1143.    NOTE:
  1144.    JUMPERs W7 and W8 are found above the bus
  1145.    contact teeth in the middle of the board.
  1146.  
  1147.  
  1148.    Please remember that every system configuration is
  1149.    different and the examples given are intended as a
  1150.    guide. Your configuration may differ.
  1151.  
  1152.   EXAMPLE 1
  1153.   ---------
  1154.    A system with EGA and 3Com 501 ETHERLINK Card.
  1155.  
  1156.    CONFIG.SYS:
  1157.     DEVICE=ALLEMM4.SYS RAM=C800-E7FF FR=NONE
  1158.  
  1159.    AUTOEXEC.BAT:
  1160.     FILES=25
  1161.     BUFFERS=10
  1162.     LASTDRIVE=Q
  1163.     DEVICE=LADDRV.SYS
  1164.     ALLOAD SCHPC
  1165.     ALLOAD DLL /IRQ:5
  1166.     ALLOAD DNPETHPC
  1167.     SESSION /REM:1
  1168.     ALLOAD REDIR
  1169.     ALLOAD LAST /NAME:(user name)
  1170.     ALLOAD LAD /R:1 NETTIME %1 %2 ETC.
  1171.     netuse ...etc.
  1172.  
  1173.  
  1174.   EXAMPLE 2
  1175.   ---------
  1176.    A system with EGA and DEPCA Card (Rev. E 32K mode)
  1177.  
  1178.    CONFIG.SYS:
  1179.     DEVICE=ALLEMM4.SYS RAM X=C800-CFFF FR=NONE
  1180.  
  1181.    AUTOEXEC.BAT:
  1182.     FILES=20
  1183.     BUFFERS=20
  1184.     LASTDRIVE=Q:
  1185.     DEVICE=LADDRV.SYS
  1186.     DEVICE= <DEPCA Driver>
  1187.     ALLOAD SCHPC
  1188.     ALLOAD DLL /IRQ:5
  1189.     etc.
  1190.  
  1191.  
  1192.   EXAMPLE 3
  1193.   ---------
  1194.    CONFIG.SYS:
  1195.     DEVICE=C:\ALL\ALLEMM4.SYS RAM X=C800-CFFF
  1196.     shell=c:\command.com /e:386 /p
  1197.  
  1198.    AUTOEXEC.BAT:
  1199.     path=c:\all;c:\decnet
  1200.     prompt=$p$g
  1201.     FILES=20
  1202.     BUFFERS=30
  1203.     LASTDRIVE=R
  1204.     DEVICE=C:\LADDRV.SYS /d:4
  1205.     DEVICE=C:\KBDLK250.SYS
  1206.     ALLOAD SCHPC /S DLL /IRQ:5 /T:2
  1207.     ALLOAD LAST /N:TRES02 /M:E /C:D /G:-1
  1208.     ALLOAD LAD /R:-1 /W:-1 /A:-1
  1209.     net start lad /n:TRES02 /r:-1 /w:-1
  1210.     use E: \\tresry\issysd33 /v
  1211.     path=\decnet;c\all;E:\system;E:\decnet
  1212.     net define executor TRES02 1.302 dnpethpc
  1213.     rem load high with ALLOAD, if using Ethernet
  1214.     rem leave low if using DEPCA
  1215.     ALLOAD SESSION /REM:1
  1216.     ALLOAD REDIR
  1217.     net start rdr
  1218.     net start lat subst L: E:\
  1219.     set _VA1=G
  1220.     set _VA2=F
  1221.     set _VA3=
  1222.     set _VA4=
  1223.     set _VP=F
  1224.     set _P1=
  1225.     set _P2=L:\pcapp;L:\win\PS230;L:\win\util;
  1226.      ...L:\system;L:\decnet
  1227.     set _WD=PS230
  1228.     set _SYS=IBM33
  1229.     keybrd
  1230.     c:\all\alload deckeyb 1:\counrty\stduk.key
  1231.     set comspec=E:\command.com
  1232.     path %_P2%
  1233.     test byte
  1234.  
  1235. <n_ Software   Novell
  1236.  
  1237.        LOADING NOVELL NETWARE INTO HIGH MEMORY
  1238.        =======================================
  1239.  
  1240.    If your network adapter has any ROM, RAM or both
  1241.    which occupies addresses in reserved memory space
  1242.    (between 640K and 1024K) then:
  1243.  
  1244.    a) Set the network ROM/RAM to the beginning or end
  1245.       of a high memory block to minimize possible
  1246.       fragmentation or set the ROM/RAM addresses to
  1247.       the smallest high memory block (in cases where
  1248.       there is more than one high memory block).
  1249.  
  1250.    b) Exclude the ROM/RAM address range(s) you have
  1251.       selected for the network adapter with
  1252.       ALLEMM4.SYS and include the RAM option.
  1253.  
  1254.       DEVICE=ALLEMM4.SYS RAM X=<network adapter addr.>
  1255.  
  1256.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  1257.    Buffers, Lastdrive and Device programs supplied to
  1258.    load these DOS resources into high memory.
  1259.  
  1260.    Please remember that every system configuration is
  1261.    different and the examples given are intended as a
  1262.    guide. Your configuration may differ.
  1263.  
  1264.   NOVELL VER. 2.1X
  1265.  
  1266.   EXAMPLE 1
  1267.   ---------
  1268.    CONFIG.SYS:
  1269.     DEVICE=ALLEMM4.SYS RAM X=sp00-spFF
  1270.  
  1271.     * sp00 and spFF specify the start and end
  1272.       addresses of the range(s) to be excluded for
  1273.       the network adapter; the "s" represents the
  1274.       Segment and "p" is the Page of the address in
  1275.       hexadecimal.
  1276.  
  1277.    AUTOEXEC.BAT:
  1278.     prompt $p$g
  1279.     path ...
  1280.     FILES=40
  1281.     BUFFERS=40
  1282.  
  1283.     ALLOAD IPX
  1284.     ALLOAD NETx (x=3 or 4 or XMS or EMS)
  1285.     ALLOAD NETBIOS (if required)
  1286.  
  1287.     F:LOGIN
  1288.  
  1289.    NOTE:
  1290.    Declaring LASTDRIVE=Z causes a problem.  Netware
  1291.    requires F: as the default LOGIN.  If you declare
  1292.    LASTDRIVE=Z all the available drive designations
  1293.    will go to a local DOS, and will not let Netware
  1294.    have a LOGIN drive.  It is recommended that you
  1295.    do not use the LASTDRIVE statement.
  1296.  
  1297.    NOTE:
  1298.    If you are using a Token-Ring adapter then the
  1299.    drivers must be loaded as follows:
  1300.  
  1301.     DXMA0MOD.SYS
  1302.     DXMC0MOD.SYS ,<RAM buffer address if ISA system>
  1303.     DXMT0MOD.SYS
  1304.  
  1305.  
  1306.   EXAMPLE 2
  1307.   ---------
  1308.    A system used as workstation running Netware 2.0a
  1309.    with IBM Token-Ring Adapter Boards.  Switch Block
  1310.    1 is configured to address CA00 (FNNFNF) using
  1311.    Interrupt 3 (NF).
  1312.  
  1313.    Note: N denotes ON, F denotes OFF.
  1314.  
  1315.  
  1316.    CONFIG.SYS:
  1317.     DEVICE=C:\ALL\ALLEMM4.SYS X=C000-CDFF RAM
  1318.  
  1319.    AUTOEXEC.BAT:
  1320.     path ...
  1321.     prompt ...
  1322.     FILES=40
  1323.     BUFFERS=20
  1324.  
  1325.     rem other device drivers go here if needed
  1326.  
  1327.     DEVICE=DXMA0MOD.SYS
  1328.     DEVICE=DXMC0MOD.SYS ,C800
  1329.     ALLOAD NETBIOS
  1330.     ALLOAD ANET3
  1331.  
  1332.     rem The following commands load the EICON
  1333.     rem 3270 Emulator software
  1334.     ALLOAD NABIOS RDR password RDIR /2
  1335.     SDLC USE SNAGATE
  1336.     ACCESS
  1337.  
  1338.     F:
  1339.     LOGIN
  1340.  
  1341.  
  1342. <n_ Software  IBM PC Lan
  1343.  
  1344.        LOADING IBM PC LAN INTO HIGH MEMORY
  1345.        ===================================
  1346.  
  1347.    If your network adapter has any ROM, RAM or both
  1348.    which occupies addresses in reserved memory space
  1349.    (between 640K and 1024K) then:
  1350.  
  1351.    a) Set the network ROM/RAM to the beginning or end
  1352.       of a high memory block to minimize possible
  1353.       fragmentation or set the ROM/RAM addresses to
  1354.       the smallest high memory block (in cases where
  1355.       there is more than one high memory block).
  1356.  
  1357.    b) Exclude the ROM/RAM address range(s) you have
  1358.       selected for the network adapter with
  1359.       ALLEMM4.SYS and include the RAM option.
  1360.  
  1361.       DEVICE=ALLEMM4.SYS RAM X=<network adapter addr.>
  1362.  
  1363.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  1364.    Buffers, Lastdrive and Device programs supplied to
  1365.    load these DOS resources into high memory.
  1366.  
  1367.    Please remember that every system configuration is
  1368.    different and the examples given are intended as a
  1369.    guide. Your configuration may differ.
  1370.  
  1371.  
  1372.   EXAMPLE 1
  1373.   ---------
  1374.    IBM PS/2 with Network Adapter II
  1375.  
  1376.    CONFIG.SYS:
  1377.     DEVICE=ALLEMM4.SYS RAM
  1378.     stacks=32,64
  1379.     shell=command.com /e:512 /p
  1380.  
  1381.    AUTOEXEC.BAT:
  1382.     path ...
  1383.     prompt=$p$g
  1384.     DEVICE=IBMPCNET.SYS
  1385.     BUFFERS=20
  1386.     FILES=30
  1387.     LASTDRIVE=Z
  1388.  
  1389.     net start RDR <parameters>
  1390.     net use R: <parameters>
  1391.     net use S: <parameters>
  1392.     net use T: <parameters>
  1393.     net use U: <parameters>
  1394.     net use LPT2 <parameters>
  1395.     net use LPT3 <parameters>
  1396.  
  1397.  
  1398.   EXAMPLE 2
  1399.   ---------
  1400.    IBM PS/2 with IBM PC Network Adapter IIA Broadband
  1401.    and 3270 Emulation.
  1402.  
  1403.    CONFIG.SYS:
  1404.     device=dasddrv.sys (must remain in CONFIG.SYS)
  1405.     DEVICE=ALLEMM4.SYS RAM
  1406.     stacks=32,64
  1407.     shell=command.com /e:512 /p
  1408.  
  1409.    AUTOEXEC.BAT:
  1410.     path ...
  1411.     prompt=$p$g
  1412.     BUFFERS=20
  1413.     FILES=30
  1414.     LASTDRIVE=Z
  1415.  
  1416.     DEVICE=IBMPCNET.SYS
  1417.     DEVICE=HOSTMYTE.SYS /Q (IBM 3270 emulator)
  1418.  
  1419.     net start RDR <parameters>
  1420.     net use R: <parameters>
  1421.     net use S: <parameters>
  1422.     net use T: <parameters>
  1423.     net use U: <parameters>
  1424.     net use LPT2 <parameters>
  1425.     net use LPT3 <parameters>
  1426.  
  1427.  
  1428.   EXAMPLE 3
  1429.   ---------
  1430.    IBM PC LAN version 1.2
  1431.  
  1432.    CONFIG.SYS:
  1433.     shell=c:\command.com /e:256 /p
  1434.     device=c:\exdskbio.drv
  1435.     DEVICE=ALLEMM4.SYS RAM
  1436.     stacks=64,128
  1437.  
  1438.    AUTOEXEC.BAT:
  1439.     verify on set
  1440.     intercom.bur=n:\icc
  1441.     path ...
  1442.     prompt $p$g
  1443.     BUFFERS /AF =20
  1444.     FILES /AF =30
  1445.     LASTDRIVE /AF =Z
  1446.  
  1447.     DEVICE /AF =DRIVER.SYS /D:2 /T:80 /S:9 /H:2 /C
  1448.     DEVICE /AF =ICC.DEV
  1449.  
  1450.     rem NETWORK START
  1451.     pause
  1452.     net start rdr rick /nbs:2048 /pb2:1024
  1453.     net use lpt2 \\prntserv\laser
  1454.     if errorlevel 1 goto netmsg
  1455.     goto continue
  1456.     :netmsg
  1457.     cls
  1458.     type netlaser.msg
  1459.     pause
  1460.     :continue
  1461.     net use M: \\server\courier
  1462.     net use N: \\server\fileserv
  1463.     net use S: \\server\sym
  1464.     net use P: \\server\pdox
  1465.     pause
  1466.     m:newmail name -c
  1467.     if errorlevel 1 goto next
  1468.     m:mail -c name -prac
  1469.     :next
  1470.  
  1471.     ALLOAD /SG:CE00  MONITOR -C -K  NAME -PRAC
  1472.      ... -x10 SWAPSK /N
  1473.  
  1474.      emcee menu0.fil 0
  1475.  
  1476.  
  1477.   EXAMPLE 4
  1478.   ---------
  1479.    IBM LAN Support Program 1.1, IBM PC LAN Program
  1480.    1.31 and IBM 3270 Emulation Entry 1.21 with
  1481.    Token-Ring adapter.
  1482.  
  1483.    In order to maximize high memory it is necessary to
  1484.    pack together any adapter ROM/RAM in a contiguous
  1485.    address space.  The 3270 Connection card type "A"
  1486.    has an 8K ROM with only one address choice: CE00-
  1487.    CFFF.  Therefore, the Token-Ring ROM/RAM is set to
  1488.    accommodate this.  The Token-Ring ROM is set at CC00
  1489.    while the RAM address is set at C800 (see the Token-
  1490.    Ring data file for more information.
  1491.  
  1492.  
  1493.  
  1494.    CONFIG.SYS:
  1495.     DEVICE=DASDDRVR.SYS
  1496.     DEVICE=DXMA0MOD.SYS
  1497.     DEVICE=DXMC0MOD.SYS ,C800
  1498.     DEVICE=ALLEMM4.SYS RAM X=C800-CFFF FR=NONE
  1499.  
  1500.    AUTOEXEC.BAT:
  1501.     prompt=$p$g
  1502.     path=c:\;c:\lan;c:\3270;c:\dos;c:\ALL
  1503.     rem Loading BUFFERS, FILES, and NetBIOS high
  1504.     BUFFERS=20
  1505.     FILES=20
  1506.     DEVICE=DXMT0MOD.SYS
  1507.  
  1508.     rem Loading PC LAN Program 1.31
  1509.     net start rdr name
  1510.     net use lpt1: \\server1\printer1
  1511.     net use D: \\server2\disk1
  1512.     echo LPT1: is now the LAN 3812
  1513.     echo Disk drive D: is from the file server
  1514.  
  1515.     cd\3270
  1516.     rem Loading 3270 Emulation Entry 1.21 high
  1517.     ALLOAD PC3270 n
  1518.     ALLOAD EEHLLAPI
  1519.  
  1520.  
  1521.   RUNNING PC SUPPORT WITH AS/400 SYSTEM
  1522.   --------------------------------------
  1523.    AS/400 PC Support uses the "EIMPCS.SYS" device
  1524.    driver as a memory manager to take advantage of EMS
  1525.    expanded memory available in the system .  If
  1526.    expanded memory is detected by this device driver it
  1527.    will cause the shared folder support to load into
  1528.    the expanded memory instead of conventional memory.
  1529.    ALLEMM4.SYS provides expanded memory for EIMPCS.SYS.
  1530.  
  1531.   EXAMPLE
  1532.   -------
  1533.    CONFIG.SYS:
  1534.     DEVICE=ALLEMM4.SYS RAM X=CC00-CFFF
  1535.     DEVICE=EIMPCS.SYS
  1536.     DEVICE=ECYDDX.SYS
  1537.     DEVICE=FSDD.SYS
  1538.  
  1539.    AUTOEXEC.BAT:
  1540.     prompt $p$g
  1541.     path ...
  1542.     FILES=50
  1543.     BUFFERS=30
  1544.     LASTDRIVE=Z
  1545.  
  1546. <n_ Software   Tops         =
  1547.  
  1548.        LOADING TOPS/DOS 2.1 INTO HIGH MEMORY
  1549.        =====================================
  1550.  
  1551.    The TOPS network adapter called the Flashcard does
  1552.    not have any ROM or RAM which occupies addresses
  1553.    in reserved memory space (between 640K and 1024K).
  1554.  
  1555.    No Exclude option is required for the Flashcard
  1556.    when using ALLEMM4 but you should include the RAM
  1557.    option as follows:
  1558.  
  1559.       DEVICE=ALLEMM4.SYS RAM
  1560.  
  1561.    If you are a Network Server the TOPSKRNL module
  1562.    will require much of your high memory, so you may
  1563.    wish to use the FR=NONE option with ALLEMM4 to
  1564.    gain a further 64K of high memory:
  1565.  
  1566.       DEVICE=ALLEMM4.SYS RAM FR=NONE
  1567.  
  1568.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  1569.    Buffers, Lastdrive and Device programs supplied to
  1570.    load these DOS resources into high memory.
  1571.  
  1572.    Listed below are the various TOPS files associated
  1573.    with a Network Server which can be loaded into high
  1574.    memory. The resident size of each file is provided.
  1575.  
  1576.        +-----------+-------+
  1577.        | Module    | Over- |
  1578.        | Name      | head  |
  1579.        |-----------+-------+
  1580.        | PSTACK    |  30K  |
  1581.        |           |       |
  1582.        | TOPSTALK  |  31K  |
  1583.        |           |       |
  1584.        | TOPSKRNL  | 117K  |
  1585.        |           |       |
  1586.        | TOPSPRTR  |  36K  |
  1587.        +-----------+-------+
  1588.  
  1589.    Listed below are the various TOPS files associated
  1590.    with a Client Node which can be loaded into high
  1591.    memory. The resident size of each file is provided.
  1592.  
  1593.        +-----------+-------+
  1594.        | Module    | Over- |
  1595.        | Name      | head  |
  1596.        |-----------+-------+
  1597.        | PSTACK    |  30K  |
  1598.        |           |       |
  1599.        | TOPSTALK  |  23K  |
  1600.        |           |       |
  1601.        | TOPSCLNT  |  58K  |
  1602.        +-----------+-------+
  1603.  
  1604.    Please remember that every system configuration is
  1605.    different and the examples given are intended as a
  1606.    guide. Your configuration may differ.
  1607.  
  1608.   EXAMPLE
  1609.   -------
  1610.    CONFIG.SYS:
  1611.     DEVICE=ALLEMM4.SYS RAM FR=NONE
  1612.  
  1613.    AUTOEXEC.BAT:
  1614.     prompt $p$g
  1615.     path ...
  1616.     FILES=20
  1617.     BUFFERS=50
  1618.     alap
  1619.     ALLOAD PSTACK
  1620.     ALLOAD TOPSTALK
  1621.     ALLOAD TOPSKRNL
  1622.     ALLOAD TOPSPRTR
  1623.     topstart
  1624.  
  1625. <n_ Software   10 NET          =
  1626.  
  1627.        LOADING 10NET INTO HIGH MEMORY
  1628.        ==============================
  1629.  
  1630.    The 10NET network adapter does not have any ROM
  1631.    or RAM which occupies addresses in the reserved
  1632.    memory space (between 640K and 1024K).
  1633.  
  1634.    No Exclude option is required for the adapter card
  1635.    when using ALLEMM4 but you should include the RAM
  1636.    option as follows:
  1637.  
  1638.       DEVICE=ALLEMM4.SYS RAM
  1639.  
  1640.  
  1641.    Since the 10Net overhead is quite large, so you may
  1642.    wish to use the FR=NONE option with ALLEMM4 to gain
  1643.    a further 64K of high memory:
  1644.  
  1645.       DEVICE=ALLEMM4.SYS RAM FR=NONE
  1646.  
  1647.  
  1648.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  1649.    Buffers, Lastdrive and Device programs supplied to
  1650.    load these DOS resources into high memory.
  1651.  
  1652.  
  1653.    Please remember that every system configuration is
  1654.    different and the examples given are intended as a
  1655.    guide. Your configuration may differ.
  1656.  
  1657.   EXAMPLE 1
  1658.   ---------
  1659.    CONFIG.SYS:
  1660.     DEVICE=C:\ALL\ALLEMM4.SYS RAM FR=NONE
  1661.  
  1662.    AUTOEXEC.BAT:
  1663.     prompt $p$g
  1664.     path ...
  1665.     FILES /AS =20
  1666.     BUFFERS /AS =15
  1667.     LASTDRIVE /AS =P
  1668.  
  1669.     cd\10net4
  1670.     nord4
  1671.     syssvc
  1672.     mac588 /irq=5 /port=310
  1673.     ALLOAD XPMGR
  1674.     ALLOAD 10NB4
  1675.     ALLOAD 10NET ???.PRO
  1676.  
  1677.     net use C: ...
  1678.     cd\10net4
  1679.     net use d: ...
  1680.     cd\10net4
  1681.     net use lpt1 ...
  1682.     10spool lpt1,s,,o,,,n
  1683.  
  1684.    NOTE:
  1685.    If you are running 10NET PLUS, the SYSSVC and
  1686.    MAC80X or MAC588 must be loaded in conventional
  1687.    (DOS) memory.
  1688.  
  1689.  
  1690.   EXAMPLE 2 -- 10NET Version 4.20.00
  1691.   ----------------------------------
  1692.    The 10NET program called 10NET.EXE is an exploding/
  1693.    imploding program that initially uses 170K of RAM
  1694.    and shrinks to between 80K and 100K.
  1695.  
  1696.    10NET has a feature which will automatically load
  1697.    the CODE and DATA segments of 10NET.EXE into high
  1698.    memory by specifying two options to the SYSSVC
  1699.    program.
  1700.  
  1701.    You should load your system as follows:
  1702.  
  1703.    CONFIG.SYS:
  1704.     DEVICE=C:\ALL\ALLEMM4.SYS RAM FR=NONE
  1705.  
  1706.    AUTOEXEC.BAT:
  1707.     prompt $p$g
  1708.     path ...
  1709.     FILES /AS =20
  1710.     BUFFERS /AS =15
  1711.     LASTDRIVE /AS =P
  1712.  
  1713.     syssvc
  1714.     mac588 /irq=5 /port=310
  1715.     ALLOAD XPMGR
  1716.     ALLOAD 10NB4
  1717.     10net c:\10net\???.PRO
  1718.  
  1719.    When 10NET.EXE loads it will report the CODE and
  1720.    DATA segment sizes in kilobytes. You should then
  1721.    run ALLOAD to identify the free high memory areas.
  1722.  
  1723.    If you have a free high memory block large enough
  1724.    to fit the combined total of the 10NET.EXE CODE
  1725.    and DATA requirements, then make the following
  1726.    adjustments to the SYSSVC line in your AUTOEXEC.BAT
  1727.    file:
  1728.  
  1729.     SYSSVC /10NET=X,Y /RAM=Z,T
  1730.  
  1731.     where:
  1732.      X is the size of the CODE segment in kilobytes
  1733.      Y is the size of the DATA segment in kilobytes
  1734.      Z is the start address of the free high memory
  1735.        block in hexadecimal
  1736.      T is the total size of the CODE and DATA segments
  1737.        in kilobytes (ie. T=X+Y)
  1738.  
  1739.    When the 10NET program executes it will allocate
  1740.    itself into conventional memory, and SYSSVC will
  1741.    then load it into high memory at the address
  1742.    specified in the /RAM option.
  1743.  
  1744.    CONFIG.SYS:
  1745.     DEVICE=C:\ALL\ALLEMM4.SYS RAM FR=NONE
  1746.  
  1747.    AUTOEXEC.BAT:
  1748.     prompt $p$g
  1749.     path ...
  1750.     FILES /AS =20
  1751.     BUFFERS /AS =15
  1752.     LASTDRIVE /AS =P
  1753.  
  1754.     syssvc /10NET=48,41 /RAM=DCED,89
  1755.     mac588 /irq=5 /port=310 /memwind=816
  1756.     ALLOAD XPMGR
  1757.     ALLOAD 10NB4
  1758.     10net c:\10net\???.PRO
  1759.  
  1760.  
  1761. <n_ Software   ReadyNet
  1762.  
  1763.        LOADING READYNET INTO HIGH MEMORY
  1764.        =================================
  1765.  
  1766.    READYNET from CORVUS Systems Inc. comes with a
  1767.    program called UMMGR.EXE. When executed UMMGR allows
  1768.    READYNET to relocated itself into high memory. This
  1769.    high memory is provided independently by ALLEMM4.SYS
  1770.    in your CONFIG.SYS file as follows:
  1771.  
  1772.        DEVICE=ALLEMM4.SYS RAM <other options>
  1773.  
  1774.    If the READYNET overhead is very large, you may
  1775.    wish to use the FR=NONE option with ALLEMM4 to gain
  1776.    a further 64K of high memory:
  1777.  
  1778.       DEVICE=ALLEMM4.SYS RAM FR=NONE
  1779.  
  1780.    In order for UMMGR to load READYNET above 640K you
  1781.    must specify the address range of each high memory
  1782.    block you would like READYNET to use. The address
  1783.    must be included when UMMGR is executed, in the
  1784.    form:
  1785.  
  1786.        UMMGR sp00-spFF
  1787.    or
  1788.        UMMGR sp00 sp00-spff
  1789.  
  1790.     * sp00 and spFF specify the start and end
  1791.       addresses of the high memory range(s) to be
  1792.       used by READYNET; the "s" represents the
  1793.       Segment and "p" is the Page of the address in
  1794.       hexadecimal.
  1795.  
  1796.    If you run ALLOAD with no parameters you can get
  1797.    the address(es) of the high memory blocks for
  1798.    UMMGR.
  1799.  
  1800.    Please remember that every system configuration is
  1801.    different and the examples given are intended as a
  1802.    guide. Your configuration may differ.
  1803.  
  1804.   EXAMPLE
  1805.   -------
  1806.    CONFIG.SYS:
  1807.     files=20
  1808.     buffers=30
  1809.     shell=c:\command.com /e:320 /p
  1810.     DEVICE=ALLEMM4.SYS RAM
  1811.     device=c:\readynet\ready.bin
  1812.  
  1813.    AUTOEXEC.BAT:
  1814.     path ...
  1815.     prompt=$p$g
  1816.     cd\readynet
  1817.     UMMGR C000-DFFF
  1818.     readyfs ...
  1819.  
  1820.    NOTE:
  1821.    Once a high memory block is allocated by UMMGR
  1822.    cannot be used to load any other TSR or DOS
  1823.    resource. You will not be able to use the Files,
  1824.    Buffers, Lastdrive, Device or ALLOAD loaders to
  1825.    move other overhead into high memory.
  1826.  
  1827.  
  1828. <n_ Software   Dlink         =
  1829.  
  1830.        LOADING D-LINK INTO HIGH MEMORY
  1831.        ===============================
  1832.  
  1833.    D-LINKS's LANSMART network can be installed as either
  1834.    a workstation or a server. The adapter card provided
  1835.    is an ETHERNET (DE-100) with a 16K ROM memory address
  1836.    set at D000-D3FF by default.
  1837.  
  1838.    The ROM address should be changed to a more optimum
  1839.    location by setting the three sets of three-pin
  1840.    jumpers at JP5:
  1841.  
  1842.        JUMPER SETTING
  1843.        ADDRESSES        #1      #2      #3
  1844.        ---------        --      --      --
  1845.        C000-C3FF         0       0       0
  1846.        C400-C7FF         1       0       0
  1847.        C800-CBFF         0       1       0
  1848.        CC00-CFFF         1       1       0
  1849.        D000-D3FF         0       0       1
  1850.        D400-D7FF         1       0       1
  1851.        D800-DBFF         0       1       1
  1852.        DC00-DFFF         1       1       1
  1853.  
  1854.    If you have monochrome or CGA video set the ROM at
  1855.    C000-C3FF. If you have an EGA card with 16K of video
  1856.    ROM, set the DE-100 at C400-C7FF. For EGA systems
  1857.    with 32K of video ROM, or VGA systems set the DE-100
  1858.    ROM at C800-CBFF.
  1859.  
  1860.    EXAMPLE:
  1861.    To set the adapter board for address C800-CBFF
  1862.    the JUMPER block should look like this:
  1863.  
  1864.       1| |X| |
  1865.        |-|-|-|   X = Jumpered
  1866.       0|X| |X|
  1867.        - JP5 -
  1868.  
  1869.    Once you have physically excluded the ROM address
  1870.    range you have selected for the DE-100 network
  1871.    adapter you should set an exclude statement with
  1872.    ALLEMM4.SYS and specify the RAM option, in your
  1873.    CONFIG.SYS file.
  1874.  
  1875.       DEVICE=ALLEMM4.SYS RAM X=<network adapter addr.>
  1876.  
  1877.    At the DOS prompt (or AUTOEXEC.BAT) use the Files,
  1878.    Buffers, Lastdrive and Device programs supplied to
  1879.    load these DOS resources into high memory.
  1880.    Please remember that every system configuration is
  1881.    different and the examples given are intended as a
  1882.    guide. Your configuration may differ.
  1883.  
  1884.   EXAMPLE 1
  1885.   ---------
  1886.    CONFIG.SYS:
  1887.     shell=c:\command.com /e:320 /p
  1888.     device=c:\lansmart\D-HMS.SYS <required for 286 only>
  1889.     DEVICE=ALLEMM4.SYS RAM X=C000-C3FF
  1890.  
  1891.    AUTOEXEC.BAT:
  1892.     path ...
  1893.     prompt=$p$g
  1894.     FILES=20
  1895.     BUFFERS=30
  1896.     LASTDRIVE=Z
  1897.  
  1898.     cd\lansmart
  1899.     LOGON ???  WKS /MEM=C000
  1900.  
  1901.     ALLOAD /TF NET /R
  1902.     ALLOAD /TF CHAT /R
  1903.  
  1904.  
  1905.   EXAMPLE 2
  1906.   ---------
  1907.    CONFIG.SYS:
  1908.     shell=c:\command.com /e:320 /p
  1909.     device=c:\lansmart\D-HMS.SYS <required for 286 only>
  1910.     DEVICE=ALLEMM4.SYS RAM X=C000-C3FF
  1911.  
  1912.    AUTOEXEC.BAT:
  1913.     path ...
  1914.     prompt=$p$g
  1915.     FILES=20
  1916.     BUFFERS=30
  1917.     LASTDRIVE=Z
  1918.  
  1919.     cd\lansmart
  1920.     LOGON ???  SVR /MEM:C000
  1921.     ALLOAD /TF NET /R
  1922.     ALLOAD /TF CHAT /R
  1923.  
  1924.  
  1925.    NOTE:
  1926.    The D-HMS.SYS driver is only require if you are
  1927.    running on a 286 based system. If you are running
  1928.    on a 386 system then omit the D-HMS.SYS driver from
  1929.    your configuration as it is not required.
  1930.  
  1931.  
  1932. <
  1933.